home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / genp.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  827b  |  31 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. #include "genop.h"
  11.  
  12. void gen(int);
  13. void gen_c(int, char *);
  14. void gen_i(int, int);
  15. void gen_ic(int, int, char *);
  16. void gen_k(int, int);
  17. void gen_kc(int, int, char *);
  18. void gen_ki(int, int, int);
  19. void gen_kic(int, int, int, char *);
  20. void gen_ks(int, int, Symbol);
  21. void gen_ksc(int, int, Symbol, char *);
  22. void gen_kv(int, int, Const);
  23. void gen_kvc(int, int, Const, char *);
  24. void gen_rc(int, Explicit_ref, char *);
  25. void gen_s(int, Symbol);
  26. void gen_sc(int, Symbol, char *);
  27. void assemble(Op);
  28. Explicit_ref explicit_ref_new(int, int);
  29. void print_ref_map_local();
  30. void print_ref_map_global();
  31.